Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Changing Filename after import?

Featured Replies

How can I automate the process of changing the filename after the fact. For example, if the filename is "Data" I'd like to rename it to "01312006_Data" where the numerals represent the date.

Thanks.

If you know the full path to the original file then you can use Send Event and the command line to rename the file:

Calculate this string:

cmd /c ren c:folderdata.txt c:01312006_data.txt

  • Author

Thanks Wim, PERFECT :

  • Author

If you know the full path to the original file then you can use Send Event and the command line to rename the file:

Calculate this string:

cmd /c ren c:folderdata.txt c:01312006_data.txt

It seems to work only for the local drive

cmd /c ren c:folderdata.txt 01312006_data.txt

but doesn't work on a network drive.

cmd /c ren x:mypathfolderdata.txt 01312006_data.txt

What am I doing wrong?

I'm assuming the "x" drive is properly mapped? Otherwise you can use the UNC syntax of the share: servershareName

Also check the privileges on the shared folder. You may not have the necessary rights.

  • Author

I checked the rights and I do have the necessary rights. However, I tried to look at the error message and it says "The syntax of the command is incorrect"

cmd /k ren filesvrdeptmyPathFolderData.txt 01312006_Data.txt

Any spaces in the path? If so you need to make sure there are quotes around it.

  • Author

Any spaces in the path? If so you need to make sure there are quotes around it.

You are absolutely correct. Did the above as per your instructions and like magic, it worked.

Thank you greatly.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.