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.

Featured Replies

  • Newbies

I am wondering if anyone out there could help me out on building a simple script. I don't know too much about scripting so hold tight.

I am printing a PS file over the network into a folder on a server. I need a script that automatically takes any file that appears in that folder and moves it to the printer's RIP folder. Only the drop boxes are shared on our network, so I can't directly print to the RIP folder. And I don't want have the RIP folder shared in our network

I will list exact folder paths to make it easier.

I need any files that get added to

server/users/filserver/public/drop box/lop file server/to print

and move it to

server/applications/hp designjet 20ps RIP/jobs/hp designjet 20ps

To avoid any errors from duplicate named files appearing in the RIPs folder..... i was thinking you could (if you are feeling extra nice) script it to trash the file after it is printed in the RIP..

OR

add a suffix to the end of the file name (.a, .b, .c etc)

Though either of these extras are just icing on the cake

Platform: Mac OS X Jaguar

First of all, if the the RIP folder is not shared I don't know how you'll copy or move a file to it. Never the less...

You'll either need a plug-in to do this or Applescript. This is beyond my basic Applescript knowledge but I could guide you using a plug-in. Waves in Motion and Troi both make a plug that will handle this task.

  • Author
  • Newbies

Our OSX apps can print directly to the RIP folder. The OS9 can't. So what we were doing as a workaround was to print a PS file.. then drag it to the RIP folder manually on the server cpu. Only the shared folder is available via the network (which doesn't include the RIP folder). When the printer folder, including the RIP folder, is moved to the shared folder, the OSX apps don't recognise this and can't print.

So setting up a folder in the server's shared folder, which automatically moves it to the RIP folder, would be perfect.

If anyone could help... that would be awesome...

This may be a permissions problem... I'll run it by my systems administrator tomorrow.

Till then,

Doug

  • Author
  • Newbies

we have it purposefully set so that the main system on the server isn't shared with everyone. So regardless.... all i would need is a script that moves any file added to "Folder A" to "Folder B" automatically.

Is your server a OS X or Unix system? If so you could use cron and its move (see man mv) command to perform this function.

  • Author
  • Newbies

the server is OS 10.2.2

The see the suggestion I made above for using cron to create an event as a regular time interval... say every minute that would move the file from one folder to another.

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.